home *** CD-ROM | disk | FTP | other *** search
/ Digital Camera Magazine 2014 April / Digital Camera Magazine 140 - Aprile 2014 - CD-ROM / DigitalCamera140.iso / pc / css / grafica.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2014-02-18  |  1.3 KB  |  89 lines

  1. body{
  2.     background-color: #000000;
  3.     font-family: Verdana, Arial, Helvetica, sans-serif;
  4.     color: #FFF;
  5.     }
  6.  
  7. #backgroundDigitalCamera{
  8.     margin:0 auto; 
  9.     position:relative;
  10.     background:url('background.jpg');
  11.     background-repeat:no-repeat;
  12.     width:800px; height:600px;
  13.     z-index:99;
  14.     }
  15.  
  16. #digitalCameraBox{
  17.     top:240px; left:40px;
  18.     position:absolute; float:none;
  19.     background-color:#DADAD9;
  20.     border-radius: 10px 10px 10px 10px;
  21.     width:450px; height:320px;
  22.     z-index:101;
  23.     }
  24.  
  25. #logo{
  26.     width:102px; height:64px;
  27.     position: absolute;
  28.     overflow:hidden;
  29.     left:660px;
  30.     top:12px;
  31.     z-index:101;
  32.     }
  33.  
  34. #logo img { border:none; }
  35.  
  36. #logoDigitalCamera{
  37.     width:250px; height:107px;
  38.     position: absolute;
  39.     left:40px;
  40.     top:0px;
  41.     z-index:101;
  42.     }
  43.  
  44. #logoDigitalCamera img { border:none; }
  45.  
  46. #digitalIcone{
  47.     position: absolute;
  48.     left:57px;
  49.     top:142px;
  50.     height:90px; width:430px;
  51.     z-index:101;
  52.     }
  53.  
  54. #digitalIcone img { border:none; }
  55.  
  56.  
  57. #digitalIcone table{
  58.     width:100%;
  59.     }
  60.  
  61. #testi{
  62.     border-radius: 10px 10px 10px 10px;
  63.     }
  64.  
  65. #video{
  66.     position:absolute; display: hidden;
  67.     background-color:white;    
  68.     border:1px solid;
  69.     top:15px;
  70.     width:1054px; height:758px;
  71.     z-index:102;
  72.     }
  73.  
  74. #chiudi {
  75.     width:75px;
  76.     height:22px;
  77.     top:2px;
  78.     left:970px;
  79.     background-color:white;
  80.     position:absolute;
  81.     }
  82.  
  83. #contVideo{
  84.     position:relative;
  85.     top:24px;
  86.     width:640px; height:320px;
  87.     left:15px;
  88.     }
  89.